home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMPHELP / DRNU45.LZH / NUTM < prev    next >
Text File  |  1990-08-06  |  3KB  |  69 lines

  1.                                  TM (Time Mark)
  2.  
  3.  
  4. Description:   Accesses the current date and time and controls a maximum of
  5.                four independent stopwatches. You can use this command to
  6.                record and display the elapsed time for up to four independent
  7.                events.
  8.  
  9.  
  10. Syntax:        Version 3.0, 3.1:   TM [START] [STOP] [/C(n)] [/L] [/LOG] [/N]
  11.  
  12.  
  13.                Version 4.0, 4.5:   TM [START] [STOP] [(comment)] [/C(n)] [/L]
  14.                                    [/LOG] [/N]
  15.  
  16.  
  17.                                  Parameters:
  18.  
  19.  
  20. START          Resets the stopwatch and displays the time and date.
  21.  
  22. STOP           Displays the time and date and the time that has elapsed since
  23.                the last START. This keyword does not stop the stopwatch.
  24.  
  25.  
  26.  
  27. (comment)      The text string you want TM to display either with the date
  28.                and time or with the elapsed time value. TM displays the text
  29.                on the line containing the elapsed time value if you include
  30.                the /N switch. You must enclose in quote marks any text string
  31.                that includes one or more blank spaces. If the text string
  32.                contains a single-quote character, enclose the text in
  33.                double-quote marks. If the text string contains a double-quote
  34.                character, enclose the text in single-quote marks.
  35.  
  36. /C(n)          Selects the stopwatch that TM will use. The value for (n) can
  37.                be 1 through 4. The default value is 1.
  38.  
  39. /L             Places the time display on the left side of the screen. If you
  40.                do not include this switch, TM places the display on the right
  41.                side of the screen.
  42.  
  43. /LOG           Displays diagnostic output as separate (not overlaid) output
  44.                lines that can be redirected to either a printer or a disk
  45.                file. You can send the output to a printer or a disk file by
  46.                including the MS-DOS redirection character ()) followed by a
  47.                printer name or filename at the end of the command.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. /N             Prevents TM from displaying the current time and date and
  56.                shows only the elapsed time interval.
  57.  
  58.                                    Notes:
  59.  
  60. Because a stopwatch runs until you reset it with the START keyword, you can
  61. use successive STOP keywords to measure the elapsed time interval since the
  62. previous START.
  63.  
  64. If START follows STOP on a command line, TM displays the time that has
  65. elapsed and resets and restarts the stopwatch.
  66.  
  67. See <NUNCC>.
  68.  
  69.